import Link from "next/link"; import { buttonVariants } from "@/components/ui/button"; import { Badge } from "@/components/ui/badge"; import { Layout, LayoutContent, LayoutDescription, LayoutHeader, LayoutTitle } from "@/features/page/layout"; export default function CancelPaymentPage() { return ( Payment failed We're sorry, but we couldn't process your payment We encountered an issue processing your payment.
Please check your payment details and try again.
If the problem persists, don't hesitate to contact us for assistance.
We're here to help you resolve this smoothly.
Home {/* */}
); }